home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / Reference / ROM_Kernel_Manuals / Includes / clib / disk_protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-10-27  |  648 b   |  25 lines

  1. #ifndef  CLIB_DISK_PROTOS_H
  2. #define  CLIB_DISK_PROTOS_H
  3. /*
  4. **    $Filename: clib/disk_protos.h $
  5. **    $Release: 2.04 Includes, V37.4 $
  6. **    $Revision: 36.1 $
  7. **    $Date: 91/02/19 $
  8. **
  9. **    C prototypes. For use with 32 bit integers only.
  10. **
  11. **    (C) Copyright 1990-1999 Amiga, Inc.
  12. **        All Rights Reserved
  13. */
  14. #ifndef  RESOURCES_DISK_H
  15. #include <resources/disk.h>
  16. #endif
  17. BOOL AllocUnit( long unitNum );
  18. void FreeUnit( long unitNum );
  19. struct DiskResourceUnit *GetUnit( struct DiskResourceUnit *unitPointer );
  20. void GiveUnit( void );
  21. LONG GetUnitID( long unitNum );
  22. /*------ new for V37 ------*/
  23. LONG ReadUnitID( long unitNum );
  24. #endif     /* CLIB_DISK_PROTOS_H */
  25.